home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / p / portfoli / clock / portclok.txt < prev    next >
Encoding:
Text File  |  1996-10-30  |  2.6 KB  |  63 lines

  1.  
  2.  
  3. XIV  -  PORTCLOK.COM - Portfolio Clock Display TSR  V2.1
  4.  
  5.  
  6.  
  7. Purpose:  PORTCLOK is designed to display the current time of day 
  8.           in either the upper left or upper right hand corner of
  9.           the Portfolio's LCD screen.  The display is active when
  10.           in DOS as well as when runnning internal and external
  11.           applications.
  12.  
  13.  
  14. Usage:    PORTCLOK
  15.           There are no user supplied parameters used with 
  16.           Portclok.  When executed for the first time, the 
  17.           program diplays a menu which allows you to select 
  18.           one of three options.  The first two options determine
  19.           where the clock will be displayed while the third 
  20.           allows you to abort the clock installation. Once the 
  21.           location has been selected PortClok installs itself 
  22.           as a Terminate and Stay Resident (TSR) program 
  23.           and automatically begins displaying the current time 
  24.           of day in the location you selected.  The display 
  25.           format is 'HH:MM'. 
  26.  
  27.           When PortClok is executed a second time the menu 
  28.           changes and the first two options allow you to toggle 
  29.           the display on or off while the third option exits the 
  30.           program without changing the status of the display.
  31.  
  32.           Since Portclok updates the time of day display by 
  33.           writing directly to the video RAM as opposed to 
  34.           writting directly to the screen the display is only 
  35.           updated when the screen is refreshed, therfore it is 
  36.           recommended that the refresh rate be set to 'KEYS' or 
  37.           'BOTH'.  Setting the refresh rate to these modes means 
  38.           that under the few circumstances (such as when the 
  39.           display is scrolling quickly, or when exiting one of 
  40.           the Portfolio's internal applications) when the display 
  41.           may be disrupted, the display will be quickly updated. 
  42.  
  43.           While the file Portclok.Com file is 1737 bytes long, 
  44.           only 512 bytes of memory are utilized for the TSR 
  45.           portion.  The rest of the code is deleted when the
  46.           program goes to end of task.
  47.  
  48.  
  49. Display:  Portclok will work in all three external display modes, 
  50.           normal, tracked, and static, however, as with all 
  51.           Portfolio Tool Kit software, normal mode is 
  52.           recommended.  It is important to remember that for best 
  53.           results the refresh rate should be set to 'KEYS' or 
  54.           'BOTH'.
  55.  
  56.  
  57. EXAMPLE:  a:> portclok
  58.            Portfolio Clock Display TSR     V2.1
  59.  
  60.               Clock display is now installed.
  61.  
  62.            Centennial Software Systems (c) 1990
  63.